Leadtools.Dicom.AddIn Namespace > ThreadSafeList<T> Class : Insert Method |
'Usage Dim instance As ThreadSafeList(Of T) Dim index As Integer Dim item As T instance.Insert(index, item)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is not a valid index in the IList. |
System.NotSupportedException | The IList is read-only. |